Right now the blocks are starting in the middle of the stage! Let's make them start off to the right of the stage.
- Find the two rectangles in your code.
- Change the first parameter of both blocks to 300.
The first parameter in both rectangles is the x-coordinate.
To navigate the page using the TAB key, first press ESC to exit the code editor.